* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 14px;
	border: none;
	color: rgb(51, 51, 51);
	overflow-x: hidden;
	position: relative;
	font: "PingFang SC Regular", "Microsoft Yahei", "微软雅黑", "Arial", "Helvetica", "SimHei", "黑体", "STXihei", "华文细黑", sans-serif;
	margin: 0 auto;
}

.bg_w {
	background: #fff;
}

body {
	overflow: hidden;
}

div {
	box-sizing: border-box;
}

a {
	color: rgb(51, 51, 51);
}

@font-face {
	font-family: 'DIN';
	/*字体名称*/
	src: url('../font/DIN-Medium.ttf');
	/*字体源文件*/

	src:
		url('../font/DIN-Medium.eot?#font-spider') format('embedded-opentype'),
		url('../font/DIN-Medium.woff') format('woff'),
		url('../font/DIN-Medium.ttf') format('truetype'),
		url('../font/DIN-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@keyframes jello {

	from,
	11.1%,
	to {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		-moz-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		-moz-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		-moz-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		-moz-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		-moz-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		-moz-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		-moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}

}



input,
textarea,
button,
select,
option {
	border: none;
}

input:focus,
textarea:focus,
button:focus,
select:focus,
option:focus {
	outline: none;
}

a {
	text-decoration: none;
}

ul,
li {
	list-style: none;
}

p {
	display: block;
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	 line-height: 30px;
}

img {
	max-width: 100%;
}


.index {
	width: 100%;
}


.inner {
	width: 1300px;
	margin: auto;
}

.pdt60 {
	padding-top: 60px;
}


/* 顶部导航栏 */
header {
	position: relative;
}

.headerNav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.headerNav_left {
	width: 25%;
	text-align: center;
}

.headerNav_right {
	width: 75%;
	display: flex;
	justify-content: flex-end;
}

.headerNav_right li {
	width: calc(100% / 7);
	text-align: right;
	transition: all 1s;
}

.headerNav_right li:hover {
	transform: translateY(7px);
}

.headerNav_right li a {
	color: #000;
	font-size: 16px;
	position: relative;
	transition: all 1s;
	padding: 0px 0 15px 0;
	letter-spacing: 1px;
}

.headerNav_right li a:after {
	content: "";
	width: 0;
	height: 3px;
	position: absolute;
	background: rgb(42, 101, 189);
	top: 95%;
	right: 50%;
	transition: all 1s;
	z-index: -1;
}


.headerNav_right li a:hover:after {
	width: 100%;
	right: 0;

}

.headerPoint {
	display: flex;
	align-items: center;
	width: 80%;
}

.header_circle {
	padding: 10px 25px;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	transition: all 1.2s;
	cursor: pointer;
	position: relative;
}


.search_con input {
	height: 50px;
	padding: 0 5px;
}

.header_circle span {
	color: #fff;
	font-size: 16px;
}

.header_circle img {
	width: 15px;
	height: 15px;
	margin-right: 15px;
}

.swiper-slide {
	display: flex;

}

.caseBannerword {
	position: absolute;
	left: 17%;
	top: 23%;
}

.caseBannerword1 {
	color: #fff;
	font-size: 4vw;
	margin-bottom: 1.5vw;
	letter-spacing: 2px;
}

.caseBannerword2 {
	height: 6vw;
	margin-bottom: 1.5vw;
	width: 2px;
	background: rgba(255, 255, 255, 0.5);
	margin-left: 8px;
}

.caseBannerword3 {
	color: #fff;
	font-size: 3.5vw;
	margin-bottom: 2vw;
	letter-spacing: 2px;
}

.caseBannerword4 {
	color: #fff;
	font-size: 1.2vw;
}
.aboutBannerword {
	position: absolute;
	left: 17%;
	top:36%;
}
.aboutBannerword1 {
	color: #fff;
	font-size: 3.8vw;
	margin-bottom: 1.8vw;
	letter-spacing: 2px;
}
.aboutBannerword2 {
	color: #fff;
	font-size: 2vw;
	margin-bottom: 1.5vw;
	letter-spacing: 2px;
}
/* 我们的优势 */
.ourAdv {
	padding: 70px 0;
	position: relative;
}

.ourAdv_pic {
	position: absolute;
	bottom: 0;
	z-index: -1;
}

.ourAdv_pic img {
	float: left;
}

.ourAdv_con {
	display: flex;
}

.compHonor {
	display: flex;
}

.compHonor>div:nth-child(1) {
	width: 250px;
}

.compHonor>div:nth-child(1)>p:nth-child(2) {
	margin-left: 15px;
}

.compHonor>div:nth-child(2) {
	width: 350px;
}

.compHonor>div:nth-child(2)>p:nth-child(2) {
	margin-left: 48px;
}

.compHonor>div:nth-child(3)>p:nth-child(2) {
	margin-left: 14px;
}

.compHonor_common>p:nth-child(1) {
	height: 86px;
	margin-bottom: 5px;
}

.compHonor_common>p:nth-child(1)>span:nth-child(1) {
	color: rgb(42, 101, 189);
	font-size: 70px;
	font-family: 'DIN';
}

.compHonor_common>p:nth-child(1)>span:nth-child(2) {
	font-size: 17px;
	margin-left: 8px;
	color: rgb(42, 101, 189);
}

.compHonor_common>p:nth-child(2) {
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 1px;
	color: rgb(102, 102, 102);
}

.ourAdv_left {
	width: 63%;
	margin-right: 2%;
}

.adv_parh {
	font-size: 16px;
	line-height: 50px;
	color: rgb(51, 51, 51);
	margin-top: 70px;
	width: 98%;
}

.ourAdv_right {
	width: 35%;
	margin-top: -193px;
	z-index: 9;
}

.advTitle {
	display: flex;
	align-items: center;
	padding: 0 30px;
	background: rgb(44, 101, 189);
	position: relative;
}

.advTitle_name {
	width: 78%;
	padding: 25px 0;
}

.advTitle_name>p:nth-child(1) {
	font-size: 20px;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.6);
}

.advTitle_name>p:nth-child(2) {
	font-size: 28px;
	color: #fff;
	letter-spacing: 2px;
}

.advTitle_pic {
	width: 22%;
	padding: 25px 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgb(57, 115, 206);
	display: flex;
	align-items: center;
	justify-content: center;
}

.advTitle_pic img {
	width: 30px;
	height: 45px;
}

.advType {
	background: rgb(240, 246, 255);
}

.advType>div:last-child {
	border-bottom: none;
}

.advType_common {
	display: flex;
	align-items: center;
	padding: 25px 0;
	width: 80%;
	margin: auto;
	border-bottom: 1px solid rgb(220, 220, 220);
	transition: all 1s;
	cursor: pointer;
}

.advType_common:hover .advType_pic img {
	animation: jello 1.4s;
}

.advType_pic {
	width: 22%;
	overflow: hidden;
}

.advType_word {
	width: 78%;
}

.advType_word>p:nth-child(1) {
	color: rgb(45, 59, 73);
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 19px;
	margin-bottom: 8px;
}

.advType_word>p:nth-child(2) {
	color: rgb(45, 59, 73);
	font-size: 15px;
	line-height: 25px;
}

/* 新闻资讯 */
.viewMore {
	display: inline-block;
	font-size: 16px;
	color: rgb(102, 102, 102);
	padding: 18px 45px;
	border: 1px solid rgba(170, 170, 170, 0.5);
	position: relative;
	transition: all 1s;
	word-spacing: 8px;
}

.viewMore:after {
	content: "";
	width: 0%;
	height: 100%;
	position: absolute;
	background: rgb(44, 101, 189);
	top: 0%;
	left: 0%;
	transition: all 1s;
	z-index: 0;
}

.viewMore:hover {
	color: #fff;
}

.viewMore:hover:after {
	width: 100%;
	right: 0;

}

.viewMore>span:nth-child(1) {
	position: relative;
	z-index: 1;
}

.viewMore>span:nth-child(2) {
	position: relative;
	margin-left: 5px;
	z-index: 1;
}

.newsCon {
	background: rgb(239, 246, 255);
	padding-bottom: 50px;
}

.newsTitle {
	padding: 60px 0 50px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.newsTitle_common>p:nth-child(1) {
	font-size: 38px;
	letter-spacing: 2px;
	margin-bottom: 20px;
	font-weight: bold;
}

.newsTitle_common>p:nth-child(2) {
	font-size: 16px;
	color: rgb(102, 102, 102);
}

.newsLink {
	display: flex;
}

.newsLink_left {
	width: 50%;
	margin-right: 2%;
}

.newsDesign {
	display: inline-block;
	display: flex;
	margin-bottom: 25px;
	transition: all 1s;
	background: #fff;
	cursor: pointer;
}

.bg_b {
	background: rgb(44, 101, 189) !important;
}

.c_w {
	color: #fff !important;
}

.word_w {
	transition: all 1s;
}

.newsDesign:hover {
	transform: translateY(10px);
}

.newsDesign:hover .newsDesign_pic img {
	transform: scale(1.15);
}

.newsDesign_word {
	width: 50%;
	padding: 25px 30px;
}

.newsDesign_word>p:nth-child(1) {
	font-size: 18px;
	line-height: 34px;
	color: #000;
	font-weight: bold;
	margin-bottom: 30px;
}

.newsDesign_word>p:nth-child(2) {
	font-size: 15px;
	line-height: 32px;
	color: rgb(102, 102, 102);
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.newsDesign_pic {
	overflow: hidden;
	width: 50%;
}

.newsDesign_pic img {
	width: 345px;
	height: 240px;
	float: left;
	transition: all 1s;
}

.newsLink_right {
	width: 48%;
}

.newsArrow {
	display: flex;
	padding: 35px 35px;
	background: #fff;
	margin-bottom: 25px;
	transition: all 1s;
}

.word_b {
	transition: all 1s;
}

.newsArrow:hover {
	transform: translateX(15px);
}

.newsArrow:hover .word_b {
	color: rgb(44, 101, 189);
}

.newsArrow_word {
	width: 80%;
}

.newsArrow_word>p:nth-child(1) {
	font-size: 18px;
	line-height: 34px;
	color: #000;
	font-weight: bold;
	margin-bottom: 15px;
}

.newsArrow_word>p:nth-child(2) {
	font-size: 15px;
	line-height: 32px;
	color: rgb(102, 102, 102);
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.newsArrow_pic {
	width: 20%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

/* 荣誉资质 */
.honorCon {
	padding-top: 60px;
	display: flex;
	height: 490px;
}

.honorWord {
	width: 45%;
	margin-right: 5%;
}

.honorWord>p:nth-child(1) {
	font-size: 38px;
	letter-spacing: 2px;
	margin-bottom: 40px;
	font-weight: bold;
	color: rgb(44, 101, 189);
}

.honorWord>p:nth-child(2) {
	font-size: 15px;
	color: rgb(102, 102, 102);
	line-height: 38px;
	margin-bottom: 40px;
	 text-overflow: -o-ellipsis-lastline;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 3;
	  line-clamp: 3;
	  -webkit-box-orient: vertical;
}

.readMore {
	display: inline-block;
	font-size: 15px;
	color: rgb(102, 102, 102);
	padding: 14px 50px;
	border: 1px solid rgba(170, 170, 170, 0.5);
	position: relative;
	transition: all 1s;
	border-radius: 25px;
	letter-spacing: 1px;
}

.readMore:after {
	content: "";
	width: 0%;
	height: 100%;
	position: absolute;
	background: rgb(44, 101, 189);
	top: 0%;
	left: 0%;
	transition: all 1s;
	z-index: 0;
	border-radius: 25px;
}

.readMore:hover {
	color: #fff;
}

.readMore:hover:after {
	width: 100%;
	right: 0;

}

.readMore span {
	position: relative;
	z-index: 2;
}

.slideBox {
	position: relative;
	width: 100%;
}

.slideBox .hd {
	position: absolute;
	bottom: -40px;
	overflow: hidden;
	z-index: 9;
	width: 100%;
}

.slideBox .hd ul {
	overflow: hidden;
	display: flex;
	width: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.slideBox .hd ul li {
	border: 1px solid transparent;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: rgb(255, 255, 255);
	border: 1px solid rgb(255, 255, 255);
	margin-right: 20px;
	float: left;
	cursor: pointer;
	box-sizing: border-box;
}

.slideBox .hd ul li.on {
	border: 2px solid rgb(255, 255, 255);
	background: transparent;
	width: 15px;
	height: 15px;
}

.honorPic {
	display: flex;
}

.slideBox {
	width: 50%;
}

.honorBg {
	padding: 65px 0;
	background: rgb(44, 101, 189);
	z-index: -1;
	margin-top: -80px;
}

.honorBg p {
	font-size: 100px;
	color: #fff;
	opacity: 0.4;
	font-weight: 600;
}

/* 工程案例 */
.casePro {
	background: rgb(239, 246, 255);
	padding-bottom: 70px;
}

.compUs {
	display: flex;
}

.compUs_common {
	width: 540px;
	display: inline-block;
	margin-right: 30px;
	transition: all 0.8s;
	cursor: pointer;
	position: relative;
}

.compUs>a:nth-child(3n+3) {
	margin-right: 0;
}

.compUs_pic {
	overflow: hidden;
	margin-bottom: 25px;
}

.compUs_pic img {
	width: 630px;
	height: 360px;
	transition: all 1s;
}


.compUs_common:hover .b_blue {
	color: rgb(42, 101, 189);
}

.compUs_word>p:nth-child(1) {

	letter-spacing: 1px;
	font-size: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.compUs_word>p:nth-child(2) {
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	font-size: 15px;
	margin-top: 15px;
	padding-bottom: 10px;
	color: rgb(102, 102, 102);
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 32px;
}

.compContainer .swiper-slide {
	width: 540px !important;
	margin-right: 30px !important;
}

.compUs_word {
	transition: all 0.8s;
	position: relative;
	top: -40px;
	width: 96%;
	margin: auto;
	padding: 40px ;
	z-index: -1;
}

.compUs_common:hover .compUs_word {
	margin: auto;
	background: #fff;
	border-bottom: 3px solid rgb(43, 97, 182);
	position: relative;
	z-index: 3;
	top: -80px;
	box-shadow: 1px 1px 10px 1px rgb(220, 220, 220);
	padding: 40px;
}

.compUs_common:hover .b_blue {
	margin-bottom: 40px;
}

.caseBg {
	background: #fff;
	border-bottom: 3px solid rgb(43, 97, 182);
	position: relative;
	z-index: 3 !important;
	top: -80px !important;
	box-shadow: 1px 1px 10px 1px rgb(220, 220, 220);
	padding: 40px !important;
}
.b_blue{
	transition: all 1s;
}
.casept {
	margin-bottom: 40px !important;
	color: rgb(44,101,189);
}

/* footer */
.footer {
	background: rgb(35, 35, 35);
}

.footer_top {
	padding: 40px 0;
	border-bottom: 1px solid rgba(220, 220, 220, 0.2);
}

.footerLink {
	display: flex;
}

.footerLink li {
	width: 150px;
	transition: all 1s;
}

.footerLink li:hover {
	transform: translateY(7px);
}

.footerLink li a {
	color: #fff;
	font-size: 16px;
	position: relative;
	transition: all 1s;
	padding: 0px 0 15px 0;
	letter-spacing: 1px;
}

.footerLink li a:after {
	content: "";
	width: 0;
	height: 3px;
	position: absolute;
	background: rgb(42, 101, 189);
	top: 95%;
	right: 50%;
	transition: all 1s;
	z-index: -1;
}


.footerLink li a:hover:after {
	width: 100%;
	right: 0;

}

.footer_middle {
	padding: 60px 0;
	border-bottom: 1px solid rgba(220, 220, 220, 0.2);
}

.footer_address {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footerAdd_word p {
	font-size: 14px;
	color: #fff;
	opacity: 0.5;
	margin-bottom: 30px;
}

.footerAdd_word>p:last-child {
	margin-bottom: 0;
}

.footerAdd_pic {
	text-align: center;
}

.footerAdd_pic img {
	width: 110px;
	height: 110px;
	padding-bottom: 10px;
}

.footerAdd_pic p {
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
	opacity: 0.5;
}

.footer_bottom {
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer_bottom p{
	color: #fff;
	opacity: 0.5;
	font-size: 14px;
}
/* 案例 */
.caseProduct{
	background: rgb(240,246,255);
	padding-top: 50px;
	padding-bottom: 100px;
}
.nowLocal_container {
	background: rgb(255, 255, 255);
	position: relative;
}

.nowLocal_con{
	position: relative;
}

.nowLocal {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 74px;
	line-height: 74px;
	z-index: 99;
	background: #fff;
	top: -76px;
	position: absolute;
	left: 50%;
	margin-left: -650px;
}

.nowLocal_left {
	margin-right: 50px;
	display: flex;
	align-items: center;
	letter-spacing: 1px;
	font-size: 16px;
	display: flex;
	align-items: center;
	letter-spacing: 1px;
	font-size: 14px;
	
}

.nowLocal_left>p {
	color: rgb(102, 102, 102);
	margin:0 12px;
}

.nowLocal_left>a {
	color: rgb(102, 102, 102);
	cursor: pointer;
}

.nowLocal_left>a:hover {
	color: rgb(44,101,189);
}

.slide_campus {}

.slide_campus .hd {
	position: absolute;
}

.slide_campus .hd ul {
	display: flex;
	    position: relative;
	    top: -126px;
	    z-index: 99;
}

.slide_campus .hd ul li {
	cursor: pointer;
	letter-spacing: 1px;
	font-size: 17px;
	text-align: center;
	transition: all 0.8s;
	position: relative;
}
.slide_campus .hd ul li a{
	padding: 0 50px;
	height:74px;
	line-height: 74px;
	display: inline-block;
	transition: all 1s;
}
.campusOn {
	background: rgb(44,101,189);
	color: #fff!important;
}
.bgOn {
	background: rgb(44,101,189);
	color: #fff!important;
}

.slide_campus .bd{
}
.proSys {
	display: flex;
	height: 380px;
	margin-bottom: 60px;
	transition: all 1.2s;
	cursor: pointer;
}

.proSys_pic {
	width: 45%;
	overflow: hidden;
}

.proSys_pic img {
	width: 610px;
	height: 380px;
	transition: all 1.2s;
}

.proSys_word {
	width: 55%;
	padding: 35px 50px;
	background: #fff;
	position: relative;
}

.proSys_type {
	color: rgb(51, 51, 51);
	font-size: 28px;
	letter-spacing: 1px;
	margin-bottom: 45px;
}
.proSys_word{
	transition: all 1.2s;
}
.proSys_line {
	width: 50px;
	height: 1px;
	background: rgb(170, 170, 170);
}
.proSys:hover{
	transform: translateY(20px);
}
.proSys:hover .proSys_word{
	border-bottom: 8px solid rgb(44,101,189);
}
.proSys:hover .proSys_pic img{
	transform: scale(1.2);
}
.proSys_link img{
	margin-left: 25px;
}
.proSys:hover .proSys_type{
	color: rgb(4,41,126);
}
.proSys:hover .proSys_link i{
	color: rgb(4,41,126);
} 
.proSys_intro {
	color: rgb(102, 102, 102);
	font-size: 15px;
	line-height: 32px;
	margin-top: 50px;
}

.proSys_link {
	font-size: 15px;
	letter-spacing: 1px;
	color: rgb(51, 51, 51);
	position: absolute;
	left: 60px;
	bottom: 65px;
	transition: all 1.2s;
}

.proSys_link i {
	font-size: 20px;
	color: rgb(51, 51, 51);
	margin-left: 15px;
	position: relative;
	top: 1px;
	transition: all 1.2s;
}
/* 关于我们 */
.aboutCon{
	position: relative;
	padding-bottom: 80px;
}
.aboutNum {
	display: flex;
	padding: 50px 0;
	justify-content: space-between;
}

.aboutNum>div:nth-child(1) {
}

.aboutNum>div:nth-child(1)>p:nth-child(2) {
	margin-left: 15px;
}

.aboutNum>div:nth-child(2) {
}

.aboutNum>div:nth-child(2)>p:nth-child(2) {
	margin-left: 48px;
}

.aboutNum>div:nth-child(3)>p:nth-child(2) {
	margin-left: 14px;
}
.aboutNum>div:nth-child(4)>p:nth-child(2) {
	margin-left: 10px;
}
.aboutNum_common>p:nth-child(1) {
	height: 86px;
	margin-bottom: 5px;
}

.aboutNum_common>p:nth-child(1)>span:nth-child(1) {
	color: rgb(42, 101, 189);
	font-size: 70px;
	font-family: 'DIN';
}

.aboutNum_common>p:nth-child(1)>span:nth-child(2) {
	font-size: 17px;
	margin-left: 8px;
	color: rgb(42, 101, 189);
}

.aboutNum_common>p:nth-child(2) {
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 1px;
	color: rgb(102, 102, 102);
}
.about_title{
	font-size: 36px;
	letter-spacing: 1px;
	margin-bottom:30px;
	color: #000;
	font-weight: 600;
}
.about_parh{
	font-size: 15px;
	line-height: 42px;
	text-indent: 35px;
}


.aboutType {
	background: rgb(240, 246, 255);
	display: flex;
	    padding: 0 40px;
		border: 20px solid rgb(212,224,242);
		margin-top: 50px;
}

.aboutType>div:last-child {
	border-bottom: none;
	
}

.aboutType_common {
	width: 25%;
	display: flex;
	align-items: center;
	padding: 55px 0;
	margin: auto;
	transition: all 1s;
	cursor: pointer;
	align-content: center;
	justify-content: center;
}

.aboutType_common:hover .aboutType_pic img {
	animation: jello 1.4s;
}

.aboutType_pic {
	overflow: hidden;
	margin-right: 25px;
}

.aboutType_word {
}

.aboutType_word>p:nth-child(1) {
	color: rgb(45, 59, 73);
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 19px;
	margin-bottom: 8px;
}

.aboutType_word>p:nth-child(2) {
	color: rgb(45, 59, 73);
	font-size: 15px;
	line-height: 25px;
	width: 100%;
}
.aboutType>div:nth-child(1)>div:nth-child(2)>p:nth-child(2),
.aboutType>div:nth-child(2)>div:nth-child(2)>p:nth-child(2){
	width: 90%;
}
/* 领导致辞 */
.leaderSay{
	background: url(../images/leader.jpg);
	background-repeat: no-repeat;
	padding: 80px 0;
}
.leaderCon{
	display: flex;
	align-items: center;
}
.leaderPic{
	    width: 35%;
	    border: 20px solid rgb(44,101,189);
	    text-align: center;
	    overflow: hidden;
	    height: 500px;
}
.leaderPic p:nth-child(1){
	overflow: hidden;
	height: 380px;
}
.leaderPic p:nth-child(1) img{
	float: left;
}
.leaderPic p:nth-child(2){
    font-size: 18px;
    color: #000;
    letter-spacing: 1px;
    font-weight: 600;
    background: #fff;
    height: 80px;
    line-height: 80px;
}
.leaderWord{
	width:100%;
	    box-shadow: 1px 1px 10px 1px rgb(220 220 220);
	    padding: 40px 60px;
	    background: #fff;
	    height: 500px;
	    overflow: hidden;
}
.leaderWord_title{
	    font-size: 30px;
	    color: #000;
	    letter-spacing: 1px;
	    font-weight: 600;
	    margin-bottom: 35px;
}
.leaderWord_line{
	width:30px;
	height: 1px;
	background: #000;
}
.leaderWord_parh{
	    margin-top: 32px;
	    font-size: 15px;
	    line-height: 40px;
}
/* 公司组织架构 */
.compWork{
	padding: 40px 0 0 0;
}			
.compWork img{
	width: 100%;
}
/* 企业文化 */
.compCulture{
	position: relative;
	padding-bottom: 60px;
}
.cultBg{
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	z-index: -1;
}
.culture_title{
	padding: 60px 0;
	text-align: center;
}
.culture_title>p:nth-child(1){
	color: rgb(170,170,170);
	font-size: 18px;
	font-family: 'DIN';
	margin-bottom: 12px;
}
.culture_title>p:nth-child(2){
	font-size: 40px;
	letter-spacing: 1px;
}
.cultHope{
	display: flex;
}
.cultHope>a:nth-child(3){
	margin-right: 0;
}
.cultHope_common{
	width: 33.3%;
	margin-right: 55px;
}
.cultHope_pic{
	overflow: hidden;
}
.cultHope_pic img{
	height: 240px;
	float: left;
}
.cultHope_word{
	padding: 30px 0;
	text-align: center;
	background: #fff;
}
.cultHope_word>p:nth-child(1){
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 1px;
	color: rgb(44,101,189);
	margin-bottom: 15px;
}
.cultHope_word>p:nth-child(2){
	font-size: 18px;
	letter-spacing: 1px;
	color: rgb(51,51,51);
}
/* 联系我们 */
.ptDown{
	top: -76px!important;
}
.contactUs{
	padding-bottom: 70px;
	background: rgb(239,246,255);
}
.contactDe{
	padding: 40px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contactDe_left{
	letter-spacing: 3px;
	font-size:37px;
	color: #000;
}
.contactDe_right{
	display: flex;
	align-items: center;
}
.contactIntro{
	font-size: 22px;
	color: #000;
	margin-bottom: 15px;
	margin-right: 25px;
	text-align: right;
}
.contactIntro>p:nth-child(1){
	margin-bottom: 15px;
}
.contactPic{
	overflow: hidden;
	width: 160px;
	height: 160px;
}
.commType{
	padding-top: 50px;
	display: flex;
}
.commType_common{
	width: 25%;
	text-align: center;
	position: relative;
	text-align: center;
	transition: all 1s;
	cursor: pointer;
}
.commType_common:hover img{
	animation: jello 1s;
}
.commType_common::after{
	    position: absolute;
	    content: '';
	    right: 0;
	    top: 20%;
	    height: 40%;
	    width: 1px;
	    background: rgb(230,230,230);
}

.commType_common>div:nth-child(1){
	margin-bottom: 35px;
	height: 40px;
}
.commType_common>p:nth-child(2){
	letter-spacing: 1px;
	color: rgb(102,102,102);
	font-size: 20px;
	margin-bottom: 25px;
}
.commType_common>p:nth-child(3){
	color: rgb(102,102,102);
	font-size: 17px;
	font-family: 'DIN';
	line-height: 30px;
}
.osize{
	font-size: 26px!important;
	font-weight: bold;
}
.commType>div:nth-child(4)::after{
	height: 0;
}
.commType>div:nth-child(4)>p:nth-child(3){
	width: 86%;
	margin: auto;
}
/* 在线留言 */
.onlineMess_con{
	padding: 60px;
	background: #fff;
	margin-top: 60px;
}
.onlineMess_title{
	text-align: center;
	font-size: 30px;
	letter-spacing: 1px;
	padding-bottom: 30px;
}
.onlineMess{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.onlineMess input{
	width: 48%;
	font-size: 16px;
	letter-spacing: 1px;
	color: rgb(102,102,102);
	padding: 25px 0;
	border-bottom: 1px solid rgb(170,170,170);
}
.onlineMess>input:nth-child(1){
	margin-right: 4%;
}
.onlineMess_area{
	margin-top: 20px;
}
.onlineMess_area input{
	width: 100%;
	font-size: 16px;
	letter-spacing: 1px;
	color: rgb(102,102,102);
	padding: 55px 0;
	border-bottom: 1px solid rgb(170,170,170);
}
.onlineMess_yzm{
	padding: 30px 0;
	border-bottom: 1px solid rgb(170,170,170);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.onlineMess_yzm>p:nth-child(1) input{
	font-size: 16px;
}
.onlineMess_yzm>p:nth-child(2) img{
	width: 103px;
	height: 36px;
}
.onlineMess_submit{
	display: flex;
	margin-top: 60px;
	display: flex;
}
.onlineMess_submit p{
	width: 48%;
	text-align: center;
	font-size: 16px;
	letter-spacing: 1px;
	color: rgb(102,102,102);
	border: 1px solid rgb(220,220,220);
	padding: 22px 0;
	transition: all 0.8s;
	cursor: pointer;
}
.set{
	background: rgb(44,101,189)!important;
	color: #fff!important;
}
.onlineMess_submit p:hover{
	background: rgb(44,101,189);
	color: #fff;
}
.onlineMess_submit p:nth-child(1){
	margin-right: 4%;
}
/* 人才招聘 */
.applyJobcon{
	padding-bottom: 50px;
}
.applyJobcon>div:nth-child(2n+2){
	background: rgb(249,249,249);
}
.applyJob{
	margin-top: 40px;
	padding: 25px 40px 0 40px;
	border: 1px solid rgb(220,220,220);
	transition: all 0.8s;
}
.loogkMore{
	transition: all 0.8s;
}
.applyJob:hover{
	transform: translateY(10px);
	box-shadow: 1px 1px 10px 1px rgb(220,220,220);
}
.applyJob:hover .loogkMore{
	color: rgb(44,101,189);
}
.jobName{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 25px;
	border-bottom: 1px solid rgb(220,220,220);
}
.jobName_left img{
	width: 24px;
	height: 24px;
	margin-right: 12px;
	position: relative;
	top: 4px;
}
.jobName_left span{
	font-size: 22px;
	letter-spacing: 1px;
}
.jobName_right{
	cursor: pointer;
}
.jobName_right img{
	width: 16px;
	height: 10px;
	margin-left: 12px;
}
.jobName_right span{
	font-size: 14px;
	letter-spacing: 1px;
	color: rgb(170,170,170);
	
}
.jobDetail{
	padding-top: 25px;
	display: flex;
	flex-wrap: wrap;
}
.jobDetail p{
	width: 33.3%;
	font-size: 14px;
	margin-bottom: 20px;
	color: rgb(102,102,102);
}
/* 弹窗 */
.hideScreen{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
	z-index: 999999999;
	display: none;
}
.hideScreencenter{
	    width: 60vw;
	    height: 80vh;
	    position: absolute;
	    top: 50%;
	    margin-top: -40vh;
	    left: 50%;
	    margin-left: -30vw;
	    background: #fff;
	    border-radius: 5px;
	    padding: 40px 50px;
	}
.hideClose{
	    position: absolute;
	    width: 90px;
	    height: 90px;
	    left: 80vw;
	    top: 4vh;
		cursor: pointer;
}
.screenDetail{
	display: flex;
	padding-bottom: 30px;
	border-bottom: 1px solid rgb(220,220,220);
}
.screenDetail_common{
	width: 25%;
}
.screenDetail_common>p:nth-child(1){
	font-size: 14px;
	color: rgb(102,102,102);
	letter-spacing: 1px;
	margin-bottom: 15px;
}
.screenDetail_common>p:nth-child(2){
	font-size: 22px;
	letter-spacing: 1px;
}
.screenDuty{
	margin-top: 35px;
}
.dutyTitle{
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom:20px;
	font-weight: 600;
}
.dutyParh{
	font-size: 14px;
	color: rgb(102,102,102);
	margin-top: 8px;
	line-height: 30px;
}
.screenMail{
	margin-top: 50px;
	font-size: 16px;
	color: rgb(44,101,189);
}
/* 新闻页 */
.newsBocon{
	
	padding-bottom: 30px;
	padding-top: 40px;
	background: rgb(240,246,255);
}
.newsBo {
	display: flex;
	flex-wrap: wrap;
}
.newsBo>a:nth-child(3n+3) {
	margin-right: 0;
}

.newsBo_common {
	width: 416px;
	margin-right: 25px;
	margin-bottom:40px;
	transition:all 0.8s;
	background: #fff;
}

.newsBo_pic {
	overflow: hidden;
	margin-bottom: 22px;
}
.newsBo_common:hover{
	transform: translateY(10px);
	box-shadow: 1px 1px 10px 1px rgb(220,220,220);
}

.w_blue{
	transition:all 0.8s;
}
.newsBo_common:hover .w_blue{
	color: rgb(44,101,189);
}
.newsBo_pic img {
	width: 416px;
	height: 270px;
	transition:all 1s;
}

.newsBo_common>p:nth-child(2) {
	width:400px;
	 overflow: hidden;
	white-space: nowrap;
	 text-overflow: ellipsis;
	font-size:18px;
	color: #000;
	margin-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
	font-weight: 600;
}

.newsBo_common>p:nth-child(3) {
	font-size: 14px;
	color: rgb(136, 136, 136);
	line-height: 26px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 20px;
}
/* 换页 */

.changePage {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 30px;
	padding-bottom: 50px;
}

.changePage a {
	margin-right: 35px;
	padding: 10px 18px;
	border-radius: 10px;
	font-size: 18px;
	transition: all 0.6s;
	color: rgb(85, 85, 85);
	box-sizing: border-box;
	display: inline-block;
	transition: all 0.8s;
}

.changePage>a:last-child {
	margin-right: 0;
	border: none;
}

.changePage>a:first-child {
	border: none;
}

.changePage a:hover,.changePage a.change_r {
	background: rgb(44,101,189);
	color: #fff;
	border: none;
	border: none;
}
 /* 新闻详情 */
 .articleTitle{
 	padding: 50px 0 40px 0;
 	border-bottom: 1px solid rgb(220,220,220);
 }
 .articleTitle>p:nth-child(1){
 	font-size: 26px;
 	font-weight: 600;
 	margin-bottom: 25px;
 	color: #000;
     letter-spacing: 1px;
 }
 .articleTitle>p:nth-child(2){
 	display: flex;
 }
 .articleTitle>p:nth-child(2) span{
 	margin-right: 30px;
 	color: rgb(102,102,102);
 	font-size: 15px;
 	letter-spacing: 1px;
 }
 .article_word{
 	font-size: 16px;
 	margin-top: 30px;
 	line-height: 42px;
 	color: rgb(102,102,102);
 }
 .article_pic{
 	overflow: hidden;
 	margin-top: 30px;
 }
 .article_pic img{
 	width: 100%;
 	transition: all 1.4s;
 }
 .article_pic img:hover{
 	transform: scale(1.2);
 }
 .article_link{
 	margin-top: 65px;
 	margin-bottom: 120px;
 	display: flex;
 }
 .article_link a{
 	width: 48%;
 	padding: 18px 0;
 	background: rgb(223,223,223);
 	font-size: 16px;
 	color: rgb(51,51,51);
 	text-align: center;
 	transition: all 0.8s;
 	display: inline-block;
 	border-radius: 5px;
 }
 .article_link a:nth-child(1){
 	margin-right: 4%;
 }
 .article_link a:hover{
 	transform: translateY(15px);
 	background: rgb(44,101,189);
 	color: #fff;
 }